This is a small ruby library that allows it to tail files in Ruby, including following a file, that still is growing like the unix command 'tail -f' can.
This Library is similar to Perl's File::Tail. It can be used to extend Ruby's File-objects, as mixin for own File-derived classes, or by using the included ...
I want to write a ruby script that read from a config file that will have filenames, and then when I run the script it will take the tail of each file and ...
This is a small ruby library that allows it to tail files in Ruby, including following a file, that still is growing like the unix command 'tail -f' can.